home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / RotoRooter / card_4017.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  84 lines

  1. -- card: 4017 from stack: in
  2. -- bmap block id: 2169
  3. -- flags: 4000
  4. -- background id: 3405
  5. -- name: Title
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=49 top=92 right=273 bottom=463
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 14
  19. -- part name: Desc
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: A004
  25. -- rect: left=167 top=28 right=76 bottom=353
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 2
  30. -- text size: 24
  31. -- style flags: 2048
  32. -- line height: 32
  33. -- part name: RotoRooter
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris open
  37.   go to card Rooter
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=0 top=0 right=342 bottom=512
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 2
  50. -- text size: 24
  51. -- style flags: 2048
  52. -- line height: 32
  53. -- part name: RotoRooter
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect iris open
  57.   go to card Rooter
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: A002
  65. -- rect: left=16 top=319 right=340 bottom=76
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Return
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   global ReturnCard
  77.   go ReturnCard
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part contents for card part 2
  83. ----- text -----
  84. This stack plots functions and finds their roots.  To specify a function, type it into the field labeled f(x), and optionally set limits on the domain.  Use the Change Scale or Shift View buttons if desired, and click Plot.  To find a root of the function, first click Set Markers to specify two refernce points, one above and one below the x-axis.  The markers can be dragged anywhere on the function to find other roots.  Click Estimate to execute the root finding algorithm.  It interpolates linearly between the markers to approximate the root.  The estimated root and error in Y as well as the current marker positions are displayed.  Successive clicks on Estimate decrease the error in most cases.  Click on the title above to begin.